<style>
<!-- body{font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.topbar{background:#0B3C91;color:#fff}
.section{padding:80px 0}
.hero{background:linear-gradient(135deg,#0B3C91,#1f5fd1);color:#fff;padding:100px 0}
.cardx{border:none;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08);height:100%}
.footer{background:#081F4D;color:#fff;padding:60px 0 20px}
.logo-box{width:70px;height:70px;background:#f1f1f1;border-radius:10px;display:flex;align-items:center;justify-content:center}
 -->
.body {
            font-family: Arial;
            background: #f2f2f2;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .box {
            background: white;
            padding: 25px;
            border-radius: 10px;
            width: 300px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        }
        .box h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        input {
            width: 100%;
            padding: 10px;
            margin: 8px 0;
        }
        .box button{
    width:100%;
    padding:10px;
    background:#007bff;
    color:white;
    border:none;
    cursor:pointer;
}

.box button:hover{
    background:#0056b3;
}
        #msg {
            text-align: center;
            margin-top: 10px;
            color: red;
        }
@media (max-width:768px){

.logo-box{
    width:50px;
    height:50px;
}

.logo-box img{
    width:50px !important;
}

.navbar-brand small{
    font-size:11px;
    display:block;
    line-height:1.1;
}

}

</style>



.contact-topbar{text-align:center}.phone-line,.email-line{display:inline-block}.phone-line{margin-right:12px}@media(max-width:768px){.phone-line,.email-line{display:block;margin-right:0}.email-line{margin-top:4px}}